@charset "utf-8";
/* reset */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td,  dl, dd, form, input, textarea {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/24px 'Microsoft YaHei';
	color: #393939;
	background: #fff;
	min-width: 1300px;
}

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style-type: none;
	vertical-align: top;
}

button, input, select, textarea {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	border: none;
	resize: none;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #393939;
	transition: 0.2s;
}

a:hover {
	color: #AD1A15;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
}
/* end reset */

/* public */
.w1000 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.w1001 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mb20 {
	margin-bottom: 20px;
}

.cl {
	zoom: 1;
}

.cl:after {
	content: '';
	display: block;
	clear: both;
}

.eps {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.z9 {
	z-index: 9;
}

.title {
	text-align: center;
}

.title h3 {
	color: #d2d2d2;
	font-size: 36px;
	line-height: 40px;
}

.title h2 {
	font-size: 36px;
	color: #343434;
	font-weight: bold;
	line-height: 42px;
}
/* end public */

/* topbar */
.header {
	position: relative;
	z-index: 9;
}

.topbar {
	height: 26px;
	padding-top: 4px;
	border-bottom: 1px solid #e0e0e0;
	color: #393939;
	z-index: 9;
	position: relative;
}

.topbar a {
	color: #393939;
	margin-left: 12px;
}

.topbar a:hover {
	color: #AD1A15;
}

.head {
	background: url(../images/header.gif) repeat-x;
	height: 85px;
}

.logo {
	margin-right: 16px;
}

.head h2 {
	font-size: 18px;
	color: #393939;
	line-height: 22px;
	font-weight: bold;
	top: 25px;
	position: relative;
	padding-left: 18px;
}

.head h2 em {
	background: #d1d1d1;
	width: 1px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 0;
}

.tel {
	color: #1f1a17;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 50px;
	top: 17px;
	position: relative;
	height: 45px;
}

.tel p {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}

.tel h3 {
	text-shadow: 2px 1px 0 #fff;
	line-height: 26px;
	font-weight: bold;
	font-size: 25px;
	font-family: impact;
	color: #666;
}

.nav {
	background: url(../images/nav.png) no-repeat center 0 #D9D9D9;
	height: 46px;
	margin-top: 0px;
	position: relative;
	margin-bottom: -8px;
	padding-top: 8px;
}

.nav li, .nav h2, .nav h2 a {
	float: left;
	display: block;
}

.nav h2 a {
	color: #fff;
	font-size: 15px;
	line-height: 47px;
	height: 47px;
	padding: 0 41px;
	font-weight: bold;
}

.nav li {
	background: url(../images/navCut.png) no-repeat 0 center;
}

.nav li :nth-child(1) {
	background: none;
}

.nav .none {
	background: none;
}

.nav h2 a:hover, .nav .active h2 a {
	color: #FFF;
	background: #333;
}

/*导航栏下拉*/
.nav ul li:hover ul {
	display: block;
}

.nav_b {
	display: none;
	width: 124px;
	z-index: 99;
	position: absolute;
	top: 38px;
}

.nav_b li {
	font-size: 15px;
	line-height: 34px;
	height: 34px;
}

.nav_b li a {
	border-top: 1px dotted #ccc;
	background: #185381;
	color: #ffffff;
	display: block;
	width: 124px;
	text-align: center;
}

.nav_b li a:hover {
	background: #AD1A15;
}

.wxCode {
	position: absolute;
	top: 32px;
	right: 140px;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 3px;
	display: none;
	overflow: hidden;
	padding: 4px;
}

/* banner */
.banner {
	min-width: 1200px;
	height: 400px;
	overflow: hidden;
	position: relative;
	top: -1px;
}

.banner .bd {
	height: 400px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.banner .bd li {
	width: 1920px;
}

.banner .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 16px;
	overflow: hidden;
	height: 20px;
}

.banner .hd li {
	width: 32px;
	height: 15px;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 3px;
	border-radius: 32px;
	overflow: hidden;
	cursor: pointer;
	background: #949393;
}

.banner .hd .on {
	background: #AD1A15;
}

.banner .ctrl {
	position: absolute;
	width: 1000px;
	left: 50%;
	top: 0;
	margin-left: -500px;
	display: none;
}

.banner .ctrl a {
	color: #fff;
	font-size: 120px;
	height: 120px;
	line-height: 120px;
	font-family: 'simsun';
	top: 190px;
	position: absolute;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.banner .ctrl .prev {
	left: -100px;
}

.banner .ctrl .next {
	right: -100px;
}

.banner .ctrl a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* search */
.search {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	height: 47px;
}

.search form {
	width: 266px;
	height: 31px;
	position: relative;
	top: 9px;
}

.search .txt {
	width: 202px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #AD1A15;
	padding-left: 22px;
	border-radius: 35px;
	padding-right: 42px;
}

.search .btn {
	background: url(../images/search.png) no-repeat 8px center;
	width: 42px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.search b {
	color: #553939;
	margin-right: 10px;
}

.search .fr {
	padding-top: 14px;
}

.search span {
	cursor: default;
	font-family: Arial;
	margin: 0 8px;
}

/* product */
.product {
	margin-bottom: 10px;
	height: auto;
	margin-top: 40px;
}

.prodTop {
	position: relative;
	margin-bottom: 20px;
	height: 15px;
	padding-top: 22px;
}

.prodTop img {
	margin-right: 4px;
}

.prodTop h2 {
	font-weight: bold;
	color: #125ed6;
	font-size: 24px;
	line-height: 34px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.prodTop em {
	position: absolute;
	width: 658px;
	height: 7px;
	background: url(../images/info.gif);
	top: 26px;
	left: 200px;
}

.prodTop .en_pt_tu em {
	position: absolute;
	width: 458px;
	height: 7px;
	background: url(../images/info.gif);
	top: 26px;
	left: 400px;
}

.prodTop .pt_zi {
	width: 200px;
	font: bold 24px 微软雅黑;
	color: #553939;
	position: relative;
	top: -15px
}

.prodTop .pt_zi font {
	font: 14px 微软雅黑;
	color: #B2B2B2
}

.prodTop .en_pt_zi {
	width: 400px;
	font: bold 24px 微软雅黑;
	color: #553939;
	position: relative;
	top: -15px
}

.prodTop .en_pt_zi font {
	font: 14px 微软雅黑;
	color: #B2B2B2
}

.prodTop a {
	background: url(../images/more.png) no-repeat;
	width: 49px;
	height: 15px;
	position: absolute;
	right: 15px;
	overflow: hidden;
	text-indent: -99em;
	top: 22px;
}

.prodTop a:hover {
	background-image: url(../images/moreOn.png);
}

.prodSide {
	position: relative;
	width: 240px;
}

.prodSideTop {
	background: #0e4f85;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	height: 70px;
	text-align: center;
}

.prodSideTop h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	padding-left: 0px;
	padding-top: 12px;
}

.prodSideTop h2 font {
	font-size: 12px;
	font-weight: normal;
}

.mt_lxfs {
	margin-top: 25px;
}

.prodSideBox {
	border: 2px solid #232020;
	background: #fff;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

.prodSideBox ul {
	padding: 13px;
	padding-bottom: 6px;
}

.prodSideBox li {
	margin-bottom: 12px;
	margin-top: 3px;
}

.prodSideBox .list_a a {
	height: 45px;
	line-height: 45px;
	background: #999;
	text-indent: 15px;
	font-size: 16px;
	display: block;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	font-weight: bold;
	padding-left: 20px;
	margin: 10px 0px;
}

.prodSideBox .en_list_a a {
	height: 45px;
	line-height: 45px;
	background: #999;
	text-indent: 15px;
	font-size: 16px;
	display: block;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px 0px;
}

.prodSideBox .list_a a:hover {
	background: #0e4f85
}

.prodSideBox .list_a:hover ul {
	display: block;
}

.prodSideBox .list_b {
	position: absolute;
	left: 225px;
	z-index: 99;
	width: 210px;
	padding: 3px 10px;
	display: none;
	margin-top: -55px;
	background: #FFF;
}

.prodSideBox .list_b li {
	margin: 3px 0px;
}

.prodSideBox .list_b a {
	height: 30px;
	line-height: 30px;
	background: #999999;
	text-indent: 15px;
	font-size: 14px;
	display: block;
	color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	font-weight: bold;
	padding-left: 20px;
}

.prodSide em {
	background: url(../images/shadow.png) no-repeat;
	width: 240px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	right: 0;
}

.contactTel {
	position: relative;
	width: 236px;
	height: 90px;
	border: 2px solid #232020;
	margin-bottom: 10px;
	color: #AD1A15;
	font-size: 26px;
	line-height: 40px;
	font-family: impact;
	text-align: center;
}

.contactTel font {
	position: relative;
	top: -10px
}

.contactTel span {
	position: absolute;
	display: block;
	left: 40px;
	top: -15px;
	z-index: 99;
	width: 130px;
	height: 24px;
	color: #184DB3;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: "微软雅黑";
	background: #fff;
}

.prodMain {
	width: 932px;
	overflow: hidden;
}

.prodMainWrap ul {
	width: 932px;
	overflow: hidden;
}

.prodMainWrap li {
	z-index: 1;
	float: left;
	position: relative;
	width: 220px;
	height: 210px;
	border: 1px solid #858585;
	background: #b7b7b7;
	margin-right: 10px;
	margin-top: 5px;
}

.prodMainWrap li:hover {
	background: #AD1A15;
}

.prodMainWrap li:hover h3 {
	color: #fff
}

.prodMainWrap li:hover {
	z-index: 9;
}

.prodMainWrap img {
	margin-bottom: 15px;
	background: #fff;
}

.prodMainWrap h3 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 15px;
	color: #000;
}

.prodMainWrap p {
	padding: 0 5px;
	line-height: 20px;
	color: #737373;
	height: 40px;
	margin-bottom: 10px;
}

.prodMainWrap span {
	width: 78px;
	height: 19px;
	border: 1px solid #929292;
	text-align: center;
	color: #777;
	display: block;
	line-height: 19px;
	position: relative;
	left: 5px;
}

.prodMainWrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.prodMainWrap .on {
	background: #AD1A15;
	border-color: #AD1A15;
}

.prodMainWrap .on h3 {
	color: #fff;
}

.prodMainWrap .on p {
	color: #fff;
}

.prodMainWrap .on span {
	border-color: #125ED6;
	background: #fff;
	color: #125ED6;
}

.prodMainWrap .con {
	width: 932px;
	height: auto;
}

.prodMainWrap .con .cover {
	width: 220px;
	height: 210px;
	position: absolute;
	top: 0px;
	z-index: 999;
	background: url(../images/coverbg.png) no-repeat center;
	opacity: 0.3
}

.prodMainWrap .con ul li:hover .cover {
	display: none
}
/* better */
.better {
	background: url(../images/more.jpg) no-repeat center 0;
	height: 695px;
	padding-top: 60px;
	text-align: center;
}

.better h2 {
	background: url(../images/betterTop.png) no-repeat;
	width: 880px;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 48px;
}

.better h2 i {
	font-size: 36px;
	font-weight: bold;
}

.better h3 {
	line-height: 35px;
	height: 35px;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #060606;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px;
	margin-bottom: 6px;
}

.better em {
	width: 9px;
	height: 35px;
	position: absolute;
	top: 0;
}

.better span {
	color: #125ED6;
	font-weight: bold;
}

.better .left {
	left: 0;
	background: url(../images/betterLeft.gif) no-repeat;
}

.better .right {
	right: 0;
	background: url(../images/betterRight.gif) no-repeat;
}

.betterTxt {
	width: 640px;
	margin: 0 auto;
}

/* improve */
.improveTop {
	background: url(../images/improveTop.png) no-repeat center 0;
	height: 123px;
	position: relative;
	z-index: 9;
}

.improveTop p {
	font-size: 36px;
	font-weight: bold;
	color: #fff600;
	line-height: 46px;
	padding-left: 400px;
	padding-top: 50px;
}

.improveWrap {
	background: #eaeaea;
	margin-top: -26px;
	position: relative;
	padding-top: 26px;
}

.improveBox {
	position: relative;
	padding-left: 68px;
}

.improveBox .num {
	position: absolute;
	width: 58px;
	height: 45px;
	background: #125ed6;
	text-align: center;
	padding-top: 13px;
	top: 4px;
	left: 0;
}

.improveBox h2 {
	color: #125ed6;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}

.improveBox h3 {
	color: #1f1a17;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 6px;
}

.improveBox h4 {
	margin-bottom: 8px;
}

.improveBox ol {
	margin-bottom: 16px;
}

.improveBox li {
	color: #211e1e;
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/star.png) no-repeat 0 7px;
	margin-left: -20px;
	position: relative;
	line-height: 20px;
	margin-bottom: 6px;
}

.improveBox span {
	color: #AD1A15;
	font-size: 16px;
}

.improveBox .icon img {
	width: 60px;
	height: 60px;
	background: url(../images/im.png) no-repeat #d4d4d4;
	margin-right: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.improveBox .icon .bb {
	background-position: -60px 0;
}

.improveBox .icon .cc {
	background-position: -120px 0;
}

.improveBox .icon .dd {
	background-position: -180px 0;
}

.improveBox .icon .ee {
	background-position: -240px 0;
}

.improveWrap .a {
	padding-top: 14px;
	padding-bottom: 8px;
}

.improveWrap .b {
	background: #fff;
	padding-top: 38px;
	padding-bottom: 22px;
}

.improveWrap .c {
	padding-top: 13px;
	padding-bottom: 17px;
}

.improveWrap .d {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 64px;
}

.improveWrap .a .improveBox {
	width: 392px;
}

.improveWrap .b .improveBox {
	width: 432px;
}

.improveWrap .b h4 {
	margin-bottom: 16px;
}

.improveWrap .c .improveBox {
	width: 370px;
	top: 18px;
}

.improveWrap .c h4 {
	margin-bottom: 26px;
}

.improveWrap .c ol {
	margin-bottom: 24px;
}

.improveWrap .d .improveBox {
	width: 472px;
	margin-right: -41px;
}

.improveWrap .d h4 {
	margin-bottom: 18px;
}

.improveWrap .d ol {
	margin-bottom: 26px;
}

/* submit */
.submit {
	background: url(../images/submit.jpg) no-repeat center 0;
	height: 212px;
}

.submitLeft {
	color: #fff;
	text-align: center;
	padding-top: 38px;
}

.submitLeft h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 54px;
}

.submitLeft h2 span {
	margin-right: 16px;
}

.submitLeft h3 {
	font-size: 19px;
}

.submitLeft h4 {
	font-size: 11px;
	font-family: Arial;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	line-height: 18px;
	margin-bottom: 8px;
	-webkit-transform: scale(0.75) translate(-13px,0);
	-o-transform: scale(1) translate(0,0);
}

.submitLeft p {
	line-height: 30px;
}

.submitLeft .num {
	color: #fea321;
	font-size: 24px;
	font-weight: bold;
	margin-left: 6px;
}

.submitRight {
	padding-top: 24px;
	width: 396px;
}

.submitRight h3 {
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 14px;
}

.submitRight .fl p {
	position: relative;
	width: 250px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin-bottom: 10px;
}

.submitRight .fl span {
	color: #4c4c4c;
	position: absolute;
	padding-left: 10px;
	top: 0;
	left: 0;
}

.submitRight .fl input {
	height: 30px;
	line-height: 30px;
	width: 185px;
	padding-left: 50px;
	padding-right: 15px;
	color: #4c4c4c;
}

.submitRight .fr {
	padding-left: 16px;
}

.submitRight .fr input {
	width: 130px;
	height: 110px;
	background: #ffad65;
	text-align: center;
	line-height: 110px;
	font-size: 30px;
	color: #fff;
	font-family: '微软雅黑';
	cursor: pointer;
}

/* point */
.point {
	margin-bottom: 52px;
}

.pointTop {
	text-align: center;
	background: url(../images/line.gif) no-repeat center bottom;
	padding-bottom: 6px;
	margin-bottom: 16px;
}

.pointTop h2 {
	font-size: 30px;
	font-weight: bold;
	color: #272626;
	line-height: 34px;
}

.pointTop h3 {
	color: #125ed6;
	font-size: 18px;
}

.pointWrap {
	width: 1000px;
	overflow: hidden;
}

.pointWrap ul {
	width: 1012px;
}

.pointWrap li {
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
	width: 156px;
	height: 170px;
	background: #e3e3e3;
	float: left;
	text-align: center;
	padding-top: 28px;
	margin-right: 12px;
}

.pointWrap h2 {
	height: 38px;
	background: #4a4a4a;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	margin-bottom: 22px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.pointWrap p {
	color: #7b7b7b;
	line-height: 18px;
	width: 150px;
	margin: 0 auto;
}

.pointWrap img {
	width: 88px;
	height: 88px;
	background: url(../images/point.png) no-repeat;
}

.pointWrap .b img {
	background-position: -88px 0;
}

.pointWrap .c img {
	background-position: -176px 0;
}

.pointWrap .d img {
	background-position: -264px 0;
}

.pointWrap ul :hover {
	background: #185381;
	color: #fff;
	display: block;
}

.pointWrap ul li :hover {
	display: block;
	background: #185381;
	color: #fff;
}

.pointWrap .on {
	background: #185381;
}

.pointWrap .on img {
	background-image: url(../images/pointOn.png);
}

.pointWrap .on h2 {
	background: #AD1A15;
}

.pointWrap .on p {
	color: #fff;
}

.articleCtrl {
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
	background: #eee;
	margin-bottom: 10px;
	color: #999;
	padding: 0 10px;
	cursor: default;
}

.articleCtrl p {
	background: url(../images/articlectrl.png) no-repeat 0 -25px;
	vertical-align: top;
	width: 40%;
}

.articleCtrl .fl {
	padding-left: 16px;
}

.articleCtrl .fr {
	padding-right: 16px;
	background-position: right 10px;
	text-align: right;
}

.articleCtrl a {
	color: #333;
}

.articleCtrl a:hover {
	color: #AD1A15;
}

.articleList {
	width: 732px;
	overflow: hidden;
}

.articleList h2 {
	margin-bottom: 10px;
}

.articleList ul {
	width: 780px;
}

.articleList li, .articleList h3, .articleList a {
	float: left;
}

.articleList li {
	width: 356px;
	margin-right: 20px;
	height: 32px;
	line-height: 32px;
	background: url(../images/splitBg.gif) repeat-x 0 bottom;
}

.articleList a {
	background: url(../images/txt.png) no-repeat 6px center;
	padding-left: 26px;
	width: 260px;
}

.articleList span {
	float: right;
	color: #999;
	font-family: Arial;
}

.column {
	margin-bottom: 20px;
}

.column h2 {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #eee;
	position: relative;
	text-indent: 20px;
	font-family: 'Microsoft Yahei';
}

.column h2 em {
	position: absolute;
	width: 4px;
	height: 14px;
	left: 10px;
	top: 50%;
	margin-top: -7px;
	background: #333;
}

.ys {
	width: 100%;
	height: 1773px;
	background-image: url(../images/bg.jpg);
}

.youshi {
	width: 1200px;
	margin: 0 auto;
}
/* partner */
.partner {
	margin-bottom: 38px;
}

.partner .title {
	margin-bottom: 20px;
}

.partnerWrap {
	background: #185381;
	width: 100%;
	overflow: hidden;
	height: 350px;
	padding-top: 50px;
}

.partnerBox {
	background: url(../images/partner.png) no-repeat;
	width: 1026px;
	height: 334px;
	position: }
.partnerBox ul { height: 200px;
}

.partnerBox li {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
	margin-right: 1px;
}

.partnerBox a {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 28px;
	left: 28px;
	top: 0\9;
	left: 0\9;
	z-index: 9;
	background: url(about:blank);
}

.partnerBox1 {
	padding-top: 2px;
}

.partnerBox2 {
	padding-left: 101px;
	top: -100px;
	position: relative;
}

.partnerImg {
	float: left;
	width: 132px;
	height: 64px;
	position: relative;
	padding-top: 66px;
	padding-left: 32px;
	z-index: 8;
}

.partnerImg img {
	width: 132px;
	height: 64px;
	position: absolute;
	z-index: 2;
	transform: rotateY(0deg);
	transition: all 0.6s ease 0s;
	backface-visibility: hidden;
}

.partnerImg span {
	position: absolute;
	width: 132px;
	height: 64px;
	background: #fff;
	line-height: 64px;
	text-align: center;
	transform: rotateY(-180deg);
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.partnerWrap .on img {
	transform: rotateY(180deg);
}

.partnerWrap .on span {
	transform: rotateY(0deg);
}

/* about */
.gsjj {
	width: 100%;
	background: url(../images/combg.png) no-repeat center;
	clear: both;
}

.about {
	padding-bottom: 54px;
	margin-top: 20px
}

.about .title {
	height: 130px;
	background: url(../images/title_c.png) no-repeat center top;
}

.about .en_title {
	height: 130px;
	background: url(../images/en_title_c.png) no-repeat center top;
}

.aboutBox {
	width: 1200px;
}

.aboutImg {
	padding: 6px;
	border: 1px solid #d1d1d1;
}

.aboutTxtWrap {
	width: 800px;
	padding-top: 10px;
	position: relative;
	font-size: 15px;
}

.aboutTxt {
	color: #323232;
	height: 200px;
	overflow: hidden;
}

.aboutTxt p {
	text-indent: 2em;
	color: #fff;
	text
}

.aboutBtn a {
	width: 79px;
	height: 26px;
	background: #bbb;
	border-radius: 3px;
	margin-right: 5px;
	overflow: hidden;
	line-height: 26px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.aboutBtn a:hover {
	background: #185381;
}

.aboutmore {
	width: 100px;
	height: 35px;
	background-color: #0e4f85;
	font-size: 14px;
	color: #fff;
	position: relative;
	left: 700px;
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
}

.aboutmore:hover {
	background-color: #DB433E
}

/* info */
.info {
	border-top: 2px solid #dadada;
	padding-top: 30px;
	padding-bottom: 30px;
}

.infoTop {
	position: relative;
}

.infoTop img {
	margin-right: 4px;
}

.infoTop h2 {
	font-weight: bold;
	color: #444;
	font-size: 24px;
	line-height: 34px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.infoTop em {
	position: absolute;
	width: 136px;
	height: 7px;
	background: url(../images/info.gif);
	top: 16px;
	right: 70px;
}

.infoTop .more {
	position: relative;
	top: 7px;
}

.news {
	width: 560px;
	margin: 0px 20px;
}

.news ul {
	height: auto;
	overflow: hidden;
}

.news li {
	height: 34px;
	background: url(../images/infoCut.gif) repeat-x;
	height: 35px;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
}

.news .none {
	background: none;
}

.newsList {
	position: absolute;
	top: 1px;
	left: 0;
	height: 35px;
	line-height: 35px;
	background: #fff;
}

.newsList h3 a {
	width: 465px;
	padding-left: 18px;
	background: url(../images/dot.png) no-repeat 1px center;
}

.newsList h3 a:hover {
	color: #393939;
}

.newsList span {
	color: #bdbdbd;
	font-family: Arial;
}

.newsBox {
	padding-bottom: 10px;
	padding-top: 10px;
	display: none;
}

.newsBox .fr {
	width: 180px;
	padding-right: 10px;
}

.newsBox h3 a {
	display: block;
	color: #185381;
	font-weight: bold;
}

.newsBox h3 a:hover {
	color: #AD1A15;
}

.newsBox h4 {
	line-height: 14px;
	color: #125ed6;
	margin-bottom: 12px;
}

.newsBox p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

.news .on {
	height: 106px;
}

.news .on .newsList {
	display: none;
}

.news .on .newsBox {
	display: block;
}

.faq {
	width: 280px;
}

.faq .infoTop {
	margin-bottom: 11px;
}

.faq .infoTop em {
	width: 88px;
}

.faqWrap .bd {
	height: 266px;
	overflow: hidden;
}

.faqWrap li {
	background: url(../images/infoCut.gif) repeat-x 0 bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.faqWrap h3 {
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../images/faq.gif) no-repeat;
}

.faqWrap h3 a {
	display: block;
	line-height: 20px;
	height: 20px;
	color: #1f1a17;
	font-weight: bold;
}

.faqWrap h3 a:hover {
	color: #AD1A15;
}

.faqWrap p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 30px;
	background: url(../images/faq.gif) no-repeat 0 -25px;
}

/* footer */
.footer {
	min-width: 1200px;
	background: #3a3a3a;
	color: #afafaf;
	padding-top: 56px;
	padding-bottom: 36px;
	clear: both;
}

.footer a {
	color: #afafaf;
}

.footer a:hover {
	color: #AD1A15;
}

.footer dl {
	float: left;
	background: url(../images/footCut.gif) no-repeat right 4px;
	padding-right: 20px;
	margin-right: 18px;
	min-height: 180px;
	_height: 180px;
}

.footer h2 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
	font-family: 'Microsoft Yahei';
}

.siteInfo {
	background: url(../images/footCut.gif) no-repeat right 3px;
	padding-left: 40px;
	padding-right: 56px;
}

.siteInfo h3 {
	font-size: 18px;
	color: white
}

.siteInfo h3 img {
	position: relative;
	top: -10px
}

.siteTel {
	background: url(../images/footTel.png) no-repeat 0 center;
	color: #fff;
	padding-left: 40px;
	margin-bottom: 10px;
}

.siteTel p {
	line-height: 18px;
	font-family: 'Microsoft Yahei';
}

.siteTel h3 {
	font-size: 28px;
	font-family: "MS Serif", "New York", serif;
	font-weight: bold;
	line-height: 26px;
}

.siteInfo .txt {
	line-height: 26px;
	padding-left: 20px;
}

.spaceBig {
	width: 30px;
}

.spaceSmall {
	width: 12px;
}

.footer .ditu {
	width: 690px;
	padding: 0px 50px;
	position: relative;
	top: -10px;
}

.link {
	background: #0e4f85;
	color: #fff
}

.link p {
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: url(../images/link.png) no-repeat 6px center;
	padding-left: 82px;
}

.link span {
	font-family: Arial;
	cursor: default;
	margin: 0 15px;
}

.link a {
	color: #fff;
}

.link a:hover {
	color: #AD1A15;
}

/* 内页 */
.pageBanner {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.pageBanner img {
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 300px;
	position: relative;
}

.breadCrumb {
	width: 730px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: 3px solid #0e4f85;
	border-width: 0 0 3px 0
}

.breadCrumb strong {
	color: #0e4f85;
	font-size: 20px;
}

.main {
	width: 750px;
}

.xqbt_01 {
	background: url(../images/xqbt.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #0450c3;
}

/* page */
.page {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
}

/* main */
.main {
	width: 732px;
}


/* side */
.side {
	width: 240px;
}

.side .hot_new h2 {
	line-height: 60px;
	height: 60px;
	background: #0e4f85;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.side .hot_new li {
	line-height: 28px;
	background: url(../images/arrow.gif) no-repeat 7px;
	padding-left: 20px;
	border: 5px #0e4f85 solid;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.side .hot_new li:nth-last-child(1) {
	border-bottom: 10px #0e4f85 solid;
}

.sideNav {
	margin-bottom: 17px;
	position: relative;
}

.sideNav h2 {
	background: #0e4f85;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	height: 56px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 56px;
}

.sideNavBox {
	border: 2px solid #0e4f85;
	background: #fff;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}

.sideNavBox ul {
	padding: 13px;
}

.sideNavBox li {
	margin-bottom: 8px;
}

.sideNavBox .item:hover ul {
	display: block;
}

.sideNavBox .item_b {
	position: absolute;
	left: 225px;
	z-index: 99;
	width: 210px;
	padding: 3px 10px;
	display: none;
	margin-top: -32px;
	background: #FFF;
}

.sideNavBox .item_b li {
	margin: 3px 0px;
}

.sideNavBox .item_b a {
	height: 30px;
	line-height: 30px;
	background: #999999;
	text-indent: 15px;
	font-size: 14px;
	display: block;
	color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	font-weight: bold;
	padding-left: 20px;
}

.sideNavBox .item_b a:hover {
	background: #AD1A15;
	color: #fff;
}

.sideNavBox h3 a {
	height: 32px;
	line-height: 32px;
	background: #eeeff0;
	font-size: 14px;
	display: block;
	color: #fff;
	border-radius: 4px;
	color: #393939;
	font-weight: bold;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.sideNavBox h3 a:hover, .sideNavBox .active h3 a {
	background: #0e4f85;
	color: #fff;
}

.sideNavWrap em {
	background: url(../images/shadow.png) no-repeat;
	width: 240px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	right: 0;
}

.sideWrap {
	margin-bottom: 19px;
}

.sideWrap h2 {
	background: #AD1A15;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.sideWrap h2 span {
	padding-left: 10px;
}

.sideBox {
	background: #f2f2f2;
}

.sideNewsBox {
	padding: 11px 12px 13px 11px;
}

.sideNewsBox li {
	border-bottom: 1px solid #d2d2d2;
	height: 29px;
	line-height: 29px;
}

.sideNewsBox h3 a {
	background: url(../images/arrow.gif) no-repeat 0 center;
	display: block;
	padding-left: 11px;
}

.sideContactBox {
	padding: 12px 40px 14px 17px;
	line-height: 26px;
	color: #535353;
}

/* productBox */
.productBox {
	width: 732px;
	overflow: hidden;
	margin-top: 20px
}

.productBox ul {
	width: 750px;
}

.productBox li {
	float: left;
	position: relative;
	width: 228px;
	height: 220px;
	border: 1px solid #858585;
	background: #f4f4f4;
	margin: 0 7px;
	margin-bottom: 24px;
}

.productBox img {
	margin-bottom: 11px;
}

.productBox h3 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
	color: #716868;
}

.productBox p {
	padding: 0 5px;
	line-height: 20px;
	color: #737373;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.productBox span {
	width: 78px;
	height: 19px;
	border: 1px solid #929292;
	text-align: center;
	color: #777;
	display: block;
	line-height: 19px;
	position: relative;
	left: 5px;
}

.productBox a {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 236px;
	height: 238px;
}

.productBox .on {
	background: #AD1A15;
	border-color: #AD1A15;
}

.productBox .on h3 {
	color: #fff;
}

.productBox .on p {
	color: #fff;
}

.productBox .on span {
	border-color: #125ed6;
	background: #fff;
	color: #125ed6;
}


/* case */
.case {
	background: url(../images/submit.jpg) no-repeat center 0;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.yyly {
	padding-top: 0px !important;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 50px;
	margin: 0 auto;
}

.picMarquee-left .hd span {
	font-size: 36px;
	color: #343434;
	font-weight: bold;
	line-height: 42px;
}

.picMarquee-left .hd span b {
	color: #D2D2D2;
	padding-left: 10px;
}

.picMarquee-left .hd .prev,.picMarquee-left .hd .next {
	display: block;
	float: right;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px 0px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url(../images/libg.png);
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 220px;
	height: 165px;
	display: block;
	padding: 2px;
 /*border:1px solid #ccc;*/
}

.post-thumbnail {
	height: auto;
	overflow: hidden;
}

.content-wrap {
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	height: 170px;
	bottom: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.content-wrap h1.entry-title {
	display: table;
	height: 170px;
	width: 100%;
	margin: 0;
}

.featured-image {
	display: table-cell;
	position: relative;
	transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	padding: 0 10%;
} 
/*.featured-image:hover { opacity: 0.4; color: #000; background:rgb(172, 170, 171); } */

/*ditu start*/

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px 微软雅黑,sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.ny_title h2 {
	line-height: 40px;
	color: #666666;
	font-size: 18px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
	font-weight: bold;
}

dl.news_dl {
	font-size: 14px;
	color: #666;
	padding: 5px;
	line-height: 22px;
	border-bottom: 1px dashed #CCCCCC;
}

.news_dl a img:hover {
	background: #AD1A15;
}

dl.news_dl a {
	color: #000;
}

dl.news_dl dt {
	margin-bottom: 3px;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	width: 700px;
	overflow: hidden;
}

dl.news_dl .dt_1 {
	height: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

dl.news_dl .dt_2 {
	font-size: 12px;
	float: right;
	padding: 0 10px 0 8px;
	font-family: "Microsoft YaHei";
}

dl.news_dl .dt_3 {
	font-size: 12px;
}

dl.news_dl .dt_3 a {
	color: #FF0000;
	text-decoration: underline;
}

dl.news_dl dd {
	font-size: 12px;
	padding-left: 20px;
	height: 45px;
	overflow: hidden;
	color:#666;
}

.per {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.cgbt {
	border-bottom: 1px #ccc solid;
	font-size: 18px;
	font-weight: bold;
}

.xgwz {
	float: left;
	margin-bottom: 40px;
}

.xgwz ul {
	padding: 0px;
}

.xgxw {
	width: 270px;
	line-height: 25px;
	height: 25px;
	float: left;
	margin: 5px 10px;
	border-bottom: 1px #ccc dashed;
	white-space: nowrap;
	overflow: hidden;
}

.dede_pages {
}

.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 36px;
}

.dede_pages ul li {
	float: left;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}

.dede_pages ul li a {
	float: left;
	padding: 10px;
	color: #555;
	display: block;
}

.dede_pages ul li a:hover {
	background-color: #AD1A15;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover {
	background-color: #AD1A15;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}

.dede_pages .pageinfo strong {
	color: #555;
	margin: 0px 2px;
}

.pro_img2 {
	width: 730px;
	margin: 0px auto;
	height: auto    overflow: auto;
}

.pro_img2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.pro_img2 ul li {
	float: left;
	width: 150px;
	margin: 10px 15px 0px;
	height: 160px;
}

.pro_img2 ul li a {
	text-decoration: none;
}

.pro_img2 ul li a img {
	width: 150px;
	height: 113px;
	border: 1px #ccc solid;
	border-radius: 3px;
}

.pro_img2 ul li a span {
	width: 150px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #666;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_img2 ul li a img:hover {
	width: 180px;
	height: 135px;
	position: absolute;
}

#content01 h3 {
	font-size: 20px;
	padding: 10px;
	margin-left: 22px;
	color: #04AFDA;
	line-height: 20px;
	font-weight: 600;
	border-bottom: #d6d6d6 1px solid;
}

#content01 h3 span {
	float: right;
	font-weight: 100;
	font-size: 12px;
	color: #666666;
}

#content01 {
	line-height: 30px;
	font-size: 14px;
	width: 1100px;
	margin: 0 auto;
}

#contact-c li {
	margin-top: 10px;
}

.linkbox {
	padding: 0px 30px;
	width: 150px;
}

.f6 {
	width: 990px;
}

.linkbox h3 {
	width: 150px;
}

.linkbox ul li {
	border-bottom: 1px #ccc dashed;
	margin-left: 15px;
	width: 150px;
	float: left;
	list-style: none;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.hotnew_bt {
	font-size: 16px;
	width: 1100px;
	float: left;
	color: #666666;
	font-weight: bold;
	border-bottom: #086DB4 2px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hotnew {
	width: 150px;
	padding: 0px 30px;
	margin-top: 20px;
}

.hotnew h3 {
	width: 300px;
}

.hotnew ul li {
	border-bottom: 1px #ccc dashed;
	float: left;
	margin-left: 15px;
	list-style: none;
	line-height: 30px;
	margin-bottom: 20px;
}
